home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / mcode_01 / docs / ascii.txt next >
Text File  |  1995-04-27  |  1KB  |  29 lines

  1. File Description     : ASCII Table
  2. Author             : Stephen McNabb
  3. Creation Date        : 21st February 1995
  4. Last Updated        : 21st Februray 1995
  5.  
  6. This document is a table of all the standard ASCII characters and
  7. their hexidecimal values.
  8.  
  9. ASCII = American Standard Code for Information Interchange
  10.  
  11.                 Least Sig.
  12.     0   1   2   3   4   5   6   7   8   9   A   B   C   D   E   F
  13.       +----------------------------------------------------------------
  14. M  0 + NUL SOH STX ETX EOT ENQ ACK BEL BS  HT  LF  VT  FF  CR  SO  ST
  15. o  1 + DLE DC1 DC2 DC3 DC4 NAK SYN ETB CAN EM  SUB ESC FS  GS  RS  US
  16. s  2 + SPC  !   "   #   $   %   &   '   (   )   *   +   ,   -   .   /
  17. t  3 +  0   1   2   3   4   5   6   7   8   9   :   ;   <   =   >   ?
  18.    4 +  @   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O
  19. S  5 +  P   Q   R   S   T   U   V   W   X   Y   Z   [   \   ]   ^   _
  20. i  6 +  `   a   b   c   d   e   f   g   h   i   j   k   l   m   n   o
  21. g  7 +    p   q   r   s   t   u   v   w   x   y   z   {   |   }   ~  DEL
  22.   
  23. Example
  24.  
  25.     The character 'A' is 41 in Hex.
  26.     The space character is 20 in Hex.
  27.     
  28. *** End of File ***
  29.